home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / cs.lang < prev    next >
Text File  |  2004-07-19  |  2KB  |  61 lines

  1. # C# language definition file
  2. #
  3. # Author: Andre Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 16.08.2002
  6. #
  7. # 01/08/2003
  8. # words added
  9. # - return value add remove get set readonly in $KW_LIST(kwa)
  10. # - object in $KW_LIST(kwb)
  11. # added $DIRECTIVE=# because it also exist in c#
  12. #
  13. # 02/08/2003
  14. # added $MEMBERATTRDELIMITERS and $RAWSTRINGPREFIX parameter
  15. #
  16. # 10/08/2003
  17. # added $STRINGDELIMITERPAIR parameter
  18. #
  19. # 01/06/2004
  20. # removed $MEMBERATTRDELIMITERS
  21. #
  22. # ------------------------------------------
  23. # This file is a part of highlight, a free source code converter released under the GPL.
  24. #
  25. # The file is used to describe keywords and special symbols of programming languages.
  26. # See README in the highlight directory for details.
  27. #
  28. # New definition files for future releases of highlight are always appreciated ;)
  29. #
  30. # ----------
  31. # andre.simon1@gmx.de
  32. # http:/www.andre-simon.de/
  33.  
  34. $KW_LIST(kwa)= return value add remove get set readonly break case default else
  35. if switch catch checked finally throw try unchecked abstract base class
  36. delegate event explicit implicit interface internal new operator override
  37. private protected public sealed static this virtual false null true
  38. namespace using break continue do for foreach while
  39.  
  40. $KW_LIST(kwb)= object bool byte char const decimal double enum float int long
  41. sbyte short string struct uint ulong ushort void
  42.  
  43. $STRINGDELIMITERS=" '
  44.  
  45. $SL_COMMENT=//
  46.  
  47. $ML_COMMENT=/* */
  48.  
  49. $IGNORECASE=false
  50.  
  51. $ESCCHAR=\
  52.  
  53. $DIRECTIVE=#
  54.  
  55. $RAWSTRINGPREFIX=@
  56.  
  57. $SYMBOLS= ( ) [ ] { } , ; . : & | < > !  = / *  %  + -
  58.  
  59. $CONTINUATIONSYMBOL=\
  60.  
  61. $REFORMATTING=true